home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbular.swf / scripts / DefineButton2_170 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-12  |  73 b   |  5 lines

  1. on(release){
  2.    _root.difficulty = "endurance";
  3.    _parent.play();
  4. }
  5.